babl: fix clang warnings in babl-polynomial
authorEll <ell_se@yahoo.com>
Tue, 3 Oct 2017 14:01:58 +0000 (10:01 -0400)
committerEll <ell_se@yahoo.com>
Tue, 3 Oct 2017 14:05:52 +0000 (10:05 -0400)
commit3c3effa2f15ece16aa0af725079f2943bd582f0b
treef2e9d53e8dfadead4daf2ad797505ef9d5d45391
parentcc909c4d7baf49591887e0b5e18f40ad437543e8
babl: fix clang warnings in babl-polynomial

Cast the input polynomial from BablPolynomial* to
BablBigPolynomial* in the evaluator functions, so that clang
doesn't warn us about out-of-bounds access to its coefficient
array.
babl/babl-polynomial.c